home *** CD-ROM | disk | FTP | other *** search
- ;InnoSetupVersion=2.0.11
- [Setup]
- AppName=Alonix
- AppVerName=Alonix version 2.51
- AppId=Alonix
- DefaultDirName={pf}\Alonix
- DefaultGroupName=Alonix
- OutputBaseFilename=Alonix
- Compression=zip
- PrivilegesRequired=none
- ExtraDiskSpaceRequired=5000000
- LicenseFile=embedded\License.txt
- WizardImageFile=embedded\WizardImage0.bmp
- WizardSmallImageFile=embedded\WizardSmallImage0.bmp
- [Files]
- Source: "{tmp}\muspack.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
- Source: "{app}\music\00.fmt"; DestDir: "{app}\music";
- Source: "{app}\theme1.mid"; DestDir: "{app}";
- Source: "{app}\theme2.mid"; DestDir: "{app}";
- Source: "{app}\theme3.mid"; DestDir: "{app}";
- Source: "{app}\readme.htm"; DestDir: "{app}";
- Source: "{app}\Alonix.gif"; DestDir: "{app}";
- Source: "{app}\Title.jpg"; DestDir: "{app}";
- Source: "{app}\logo.gif"; DestDir: "{app}";
- Source: "{app}\home.url"; DestDir: "{app}";
- Source: "{app}\order.url"; DestDir: "{app}";
- Source: "{app}\Alonix.exe"; DestDir: "{app}";
- Source: "{app}\to_pac.ch"; DestDir: "{app}";
- Source: "{app}\to_pac.sh"; DestDir: "{app}";
- Source: "{app}\to_pac.scc"; DestDir: "{app}";
- Source: "{app}\to_pac.pnl"; DestDir: "{app}";
- Source: "{app}\to_pac.bgr"; DestDir: "{app}";
- Source: "{app}\menu\opti.dat"; DestDir: "{app}\menu";
- Source: "{app}\license.txt"; DestDir: "{app}";
- [Dirs]
- Name: "{app}\music";
- Name: "{app}\menu";
- Name: "{app}\bmps";
- [Registry]
- Root: HKLM; Subkey: "Software\AxySoft"; Flags: uninsdeletekeyifempty
- Root: HKLM; Subkey: "Software\AxySoft\Alonix"; Flags: uninsdeletekey
- Root: HKLM; Subkey: "Software\AxySoft\Alonix"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}";
- [Run]
- Filename: "{tmp}\muspack.exe"; Parameters: "{app}";
- Filename: "{app}\readme.htm"; Description: "View the README file"; Flags: shellexec postinstall unchecked skipifsilent
- Filename: "{app}\Alonix.exe"; Description: "Launch ALONIX"; Flags: postinstall skipifsilent nowait
- [Icons]
- Name: "{group}\Launch Alonix"; Filename: "{app}\Alonix.exe"; WorkingDir: "{app}";
- Name: "{group}\View Documentation"; Filename: "{app}\readme.htm";
- Name: "{group}\Visit AxySoft Website"; Filename: "{app}\home.url";
- Name: "{group}\Buy Full Version Online"; Filename: "{app}\order.url";
- Name: "{commondesktop}\Alonix"; Filename: "{app}\Alonix.exe"; WorkingDir: "{app}";
- [InstallDelete]
- Type: files; Name: "{app}\menu\*.*";
- Type: files; Name: "{group}\Visit AxySoft Website";
- Type: files; Name: "{group}\Buy Full Version Online";
- Type: files; Name: "{group}\Launch Alonix";
- Type: files; Name: "{group}\View Documentation";
- [UninstallDelete]
- Type: files; Name: "{app}\music\*.*";
- Type: files; Name: "{app}\menu\*.*";
- Type: files; Name: "{app}\bmps\*.*";
- Type: files; Name: "{app}\*.*";
-